Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace BatchJdbcOperations with standard NamedParameterJdbcOperations #1616

Closed
wants to merge 2 commits into from

Conversation

schauder
Copy link
Contributor

BatchJdbcOperations is still there, but deprecated, and not used except for deprecated places kept for backward compatibility.

This is possible since Spring Framework made the features offered by BatchJdbcOperations part of NamedParameterJdbcOperations.

See spring-projects/spring-framework#28132
See #1191

Note: the prepare branch commit switches to snapshot versions of Spring Framework in order to access the results of spring-projects/spring-framework#28132. Merge only after that is released in a Milestone/RC

BatchJdbcOperations is still there, but deprecated, and not used except for deprecated places kept for backward compatibility.

This is possible since Spring Framework made the features offered by `BatchJdbcOperations` part of `NamedParameterJdbcOperations`.

See spring-projects/spring-framework#28132
See #1191
@schauder schauder added this to the 3.2 RC1 (2023.1.0) milestone Sep 18, 2023
@schauder schauder requested a review from mp911de October 9, 2023 07:51
@mp911de mp911de added the type: enhancement A general enhancement label Oct 11, 2023
@mp911de mp911de closed this in 5d6d575 Oct 11, 2023
mp911de added a commit that referenced this pull request Oct 11, 2023
Delegate BatchJdbcOperations calls to NamedParameterJdbcOperations. Refine since and deprecation tags.

See #1616
@mp911de mp911de deleted the issue/deprecate-batch-jdbc-operations branch October 11, 2023 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants